/* less */
/*#5bb75b;*/
/* /less */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
body {
  background: #ddd;
  height: 100%;
  font-family: "Open Sans";
}
.no-margin {
  margin: 0;
}
.container {
  background: #fff;
  padding: 0 25px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #83b924;
}
h1,
h2,
h3 {
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  margin: 10px 0 20px;
}
h2 {
  margin: 0 0 20px;
}
iframe {
  border: none;
}
.btn-success {
  background: #83b924 !important;
}
/****************************
********=header********
****************************/
header {
  background: #11133a;
}
header .leaderboard-col {
  padding-right: 0;
  text-align: right;
}
header .header-logo img {
  max-width: 280px !important;
}
header .container {
  /*	background-image: url(../img/header.jpg); */
  background: #11133a;
  position: relative;
  /*	height: 140px; */
  text-align: center;
}
.logo {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  top: 50px;
}
header > .container > nav {
  border: none;
  position: absolute;
  top: 10px;
  text-align: left;
  left: 20px;
  right: 20px;
}
header > .container > nav > ul {
  float: right;
}
header > .container > nav > ul > li {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 10px;
}
header > .container > nav > ul > li:hover > a {
  color: #fff;
}
header > .container > nav > ul > li:after {
  content: "•";
  margin-left: 10px;
  font-family: "Open Sans";
}
header > .container > nav > ul > li:last-child:after {
  content: none;
}
#header-menu-button {
  display: none;
  float: none;
}
/****************************
********=menu********
****************************/
/* top */
.navbar {
  min-height: 60px;
}
@media (min-width: 768px) {
  .navbar {
    padding-top: 7px;
  }
}
.navbar-top .dropdown-menu {
  padding: 0;
  margin: 0;
}
.navbar-top .dropdown-menu li {
  line-height: 16px;
  text-align: left;
  padding: 0;
}
.navbar-top .dropdown-menu li a {
  display: block;
  color: #000;
  padding: 10px;
}
.navbar-top .dropdown-menu li.open a {
  color: #000 !important;
}
/* top menus */
.top-menus .dropdown-menu {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
}
/* main */
nav {
  border-bottom: 1px solid #ddd;
}
.menu {
  font-size: 0;
  margin: 10px 0 5px 0;
  /*    padding-right: 15px;
        padding-left: 15px;
        margin-left: -15px !important;*/
  z-index: 999;
  display: inline-block;
}
#menu-button {
  display: none;
  float: none;
}
.menu > li {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #222;
  padding: 6px 10px;
  line-height: 20px;
  letter-spacing: -1px;
  background: #fff;
  transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
}
.menu > li.selected,
.menu > li:hover,
.menu > li:focus {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #83b924;
  color: #fff;
}
.menu > li > a:hover {
  color: #fff;
}
.menu .dropdown-submenu > .dropdown-menu {
  left: 0;
  top: 35px;
}
.menu .dropdown-submenu > .dropdown-menu:before {
  padding: 10px 100px 0 10px;
}
nav .form-search {
  padding: 25px 0;
  margin: 0 0 0 15px;
}
.form-search .search-query:-moz-placeholder {
  font-size: 11px;
  color: #aaa;
}
.form-search .search-query:focus:-moz-placeholder {
  opacity: 0;
}
.form-search .search-query:-ms-input-placeholder {
  font-size: 11px;
  color: #aaa;
}
.form-search .search-query:focus:-ms-input-placeholder {
  opacity: 0;
}
.form-search .search-query::-webkit-input-placeholder {
  font-size: 11px;
  color: #aaa;
}
.form-search .search-query:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form-search .search-query,
.form-search .search-query {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 36px;
  background: #eee;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 11px;
  padding: 10px 10px;
  color: #222;
  transition: background 0.1s, border 0.1s;
  -webkit-transition: background 0.1s, border 0.1s;
  -moz-transition: background 0.1s, border 0.1s;
  -o-transition: background 0.1s, border 0.1s;
}
.form-search .search-query:focus,
.form-search .search-query:active,
.form-search .search-query:focus,
.form-search .search-query:active {
  background: #fff;
  border: 1px solid #0091ff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  color: #222;
}
.form-search .btn,
.form-search .btn {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 7px 17px;
  color: #aaa;
  z-index: 100;
  transition: background 0.1s, border 0.1s;
  -webkit-transition: background 0.1s, border 0.1s;
  -moz-transition: background 0.1s, border 0.1s;
  -o-transition: background 0.1s, border 0.1s;
}
.form-search .btn:hover,
.form-search .btn:focus,
.form-search .btn:hover,
.form-search .btn:focus {
  background: #83b924;
  color: #fff;
  border-color: #83b924;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border-bottom: 3px solid #5bb75b;
}
/******************************
***********=dropdown=**********
*******************************/
.iv-dropdown-menu {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 0;
  margin-top: 5px;
}
.iv-dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 0.6em;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.iv-dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 0.3em;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
}
.iv-dropdown-menu > li {
  padding: 0;
}
.iv-dropdown-menu > li > a {
  display: block;
  padding: 3px 6px;
}
.iv-dropdown-menu > li > a:hover {
  background: #83b924;
  color: #fff;
}
/****************************
********=main********
****************************/
.breaking {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
.breaking .controls {
  float: left;
}
.breaking .bx-wrapper {
  overflow: hidden;
  padding: 3px 0 0 15px;
}
.prev,
.next {
  display: inline-block;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  position: relative;
  margin: 0;
}
.prev:hover,
.prev:focus,
.next:hover,
.next:focus {
  background: #ddd;
}
.prev:hover i,
.prev:focus i,
.next:hover i,
.next:focus i {
  color: #fff;
}
/*.prev{
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border:1px solid #ddd;
}
.next{
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-left: .5em;
}*/
.bx-next,
.bx-prev {
  position: absolute;
  top: 0;
  outline: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 9999;
}
.breaking span {
  color: #83b924;
  font-weight: 700;
}
.breaking li {
  color: #888;
  font-weight: 400;
  display: inline;
  margin: 0;
}
.category.row {
  margin-top: 20px;
}
/****************************
********=posts********
****************************/
.main {
  margin-top: 0px;
}
.row {
  margin-bottom: 20px;
}
article {
  font-family: "Open Sans", sans-serif;
}
article h1 {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  float: none;
}
article .img {
  position: relative;
}
article .img .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background-color: #fff;
  opacity: 0;
}
article .img:hover .overlay {
  opacity: 0.1;
}
article.small img:hover {
  opacity: 0.9;
}
article .counters li:hover {
  color: #83b924 !important;
}
article.big {
  position: relative;
  color: #fff;
}
article.big .info {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
  opacity: 0.7;
}
article.big .info:hover {
  opacity: 1;
}
article.big .tags {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.tags > a:after {
  content: ",";
}
.tags > a:last-child:after {
  content: none;
}
article.big h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 0 70px 15px;
  letter-spacing: -2px;
  color: #fff;
}
article.big .text {
  font-size: 20px;
  font-weight: 400;
  margin: 0 70px 5px;
  text-align: center;
}
article.big .details {
  font-size: 12px;
  font-weight: 400;
}
article.big .details a {
  color: #fff;
}
article.big .details a:hover,
div.mid .details a:hover,
article.small .details a:hover {
  color: #83b924;
}
article.big .counters {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 0;
}
.post-slider article .counters {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0;
}
article.big .counters li,
div.mid .counters li,
.popular .counters li {
  font-size: 12px;
  line-height: 12px;
}
article.big .counters li {
  margin-left: 20px;
}
article.big .counters li i,
div.mid .counters li i,
.popular .counters li i {
  margin-right: 8px;
}
div.mid .tags {
  color: #222;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 0.2em;
}
div.mid h1 {
  color: #222;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  line-height: 18px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
div.mid .details,
div.mid .details a,
article.small .details,
article.small .details a {
  font-size: 1em;
  line-height: 10px;
  font-weight: 400;
  color: #aaa;
  margin: 10px 0 6px;
}
div.mid .text {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  /*margin-top: 15px;*/
  clear: right;
}
div.mid .counters {
  margin: 0;
}
div.mid .counters li {
  margin-right: 20px;
  color: #888;
}
article.small .tags,
article.small .text,
article.small .counters {
  display: none;
}
article.small img {
  float: left;
  margin-right: 20px;
}
article.small h1 {
  margin: 0;
  color: #222;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
article.col {
  margin-bottom: 20px;
  padding-left: 0 !important;
}
article.col:last-child {
  margin-bottom: 0px;
}
.slider-row {
  margin-bottom: 0;
}
.post-slider {
  position: relative;
  overflow: hidden;
}
.post-slider .controls .prev,
.post-slider .controls .next {
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  background-color: rgba(91, 183, 91, 0);
  height: 70px;
  width: 35px;
  z-index: 100;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
}
.post-slider .controls .prev {
  left: 15px;
  border-radius: 0 90px 90px 0;
  -moz-border-radius: 0 90px 90px 0;
  -webkit-border-radius: 0 90px 90px 0;
}
.post-slider .controls .next {
  right: 15px;
  border-radius: 90px 0 0 90px;
  -moz-border-radius: 90px 0 0 90px;
  -webkit-border-radius: 90px 0 0 90px;
}
.post-slider:hover .controls .prev,
.post-slider:hover .controls .next {
  background-color: rgba(131, 185, 36, 0.8);
}
.post-slider:hover .controls .prev i,
.post-slider:hover .controls .next i {
  opacity: 1;
}
.post-slider .controls .prev i,
.post-slider .controls .next i {
  position: absolute;
  top: 50%;
  padding: 0;
  margin-top: -7px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.post-slider .controls .prev i {
  left: 10px;
}
.post-slider .controls .next i {
  right: 10px;
}
.post-slider .slides {
  overflow: hidden;
  height: 360px;
}
.post-slider .slides img {
  width: 100%;
}
/****************************
********=aside********
****************************/
aside .calendar {
  border: 1px solid #ccc !important;
  margin-bottom: 12px;
}
aside .calendar h1 {
  color: #333 !important;
  font-size: 16px;
}
aside .calendar a {
  color: #999;
  display: inline-block;
  height: 100%;
}
aside .calendar a.next-month,
.calendar a.prev-month {
  color: #333 !important;
}
aside .calendar .evented,
aside .calendar .evented button {
  background: #75ca42;
}
aside .calendar .evented button {
  padding: 0;
}
aside .calendar .next i,
aside .calendar .prev i {
  padding: 6px 10px;
}
aside .calendar-nav > .prev,
.calendar-nav > .next {
  border: 1px solid #ccc !important;
}
aside .calendar-nav > .prev i,
.calendar-nav > .next i {
  color: #ccc !important;
}
aside .calendar-nav .next {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
}
aside .calendar-nav .prev {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}
.aside-social {
  border: 4px solid #ddd;
  font-size: 0;
  margin-bottom: 20px;
}
.aside-social li {
  border-left: 1px solid #ddd;
  width: 25%;
  text-align: center;
  padding-top: 8px;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
}
.aside-social li:first-child {
  border-left: none;
}
.aside-social li:hover,
.aside-social li:focus {
  background: #f5f5f5;
}
.aside-social li p {
  font-size: 11px;
  margin-bottom: 6px;
  margin-top: -5px;
  color: #888;
}
.aside-social li:hover i {
  color: #888;
}
.aside-social li i {
  font-size: 14px;
  margin-top: 3px;
  color: #aaa;
}
.newsletter {
  border-top: none;
  background: url(../img/newsletter.jpg);
  background-size: cover;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.newsletter h3 {
  float: none;
  color: #fff;
  margin: 0 0 10px;
}
.newsletter p {
  font-size: 11px;
  font-weight: 400;
  opacity: 0.5;
}
.newsletter input[type="email"] {
  display: inline-block;
  padding: 9px 9px;
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  vertical-align: middle;
  height: 33px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: border linear 0.2s;
  -moz-transition: border linear 0.2s;
  -o-transition: border linear 0.2s;
  transition: border linear 0.2s;
}
.newsletter input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-family: inherit;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  padding-top: 2px;
}
.newsletter input[type="email"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-family: inherit;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  padding-top: 2px;
}
.newsletter input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-family: inherit;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  padding-top: 2px;
}
.newsletter input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-family: inherit;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  padding-top: 2px;
}
.banner {
  border: none;
  margin: 0 -1px 20px 0;
}
aside div[class*="col-"] {
  padding: 0;
}
aside > div {
  margin-bottom: 20px;
}
aside h4 {
  border-top: 2px solid #000;
  text-transform: uppercase;
  padding-top: 20px;
  margin-top: 0;
}
.most-discussed article,
.most-commented article {
  margin-top: 20px;
}
.most-discussed > a {
  margin-top: 20px;
}
.flickr img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.flickr .overlay {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
  background: #fff;
  opacity: 0;
}
.flickr a:hover .overlay {
  opacity: 0.3;
}
.flickr a {
  margin-right: 7px;
}
.flickr a > div {
  display: inline-block;
  position: relative;
}
.flickr h4 {
  margin-bottom: 20px;
}
.panel-body .small .img {
  float: left;
}
.panel-body .small img {
  margin-right: 15px;
}
.panel-body .small h1 {
  display: none;
}
.panel-body .small .info {
  margin: 0;
  overflow: hidden;
}
.panel-body .small .details {
  margin: 0 0 4px;
}
.panel-body .small .text {
  display: block;
  font-size: 11px;
  line-height: 14px;
  color: #222;
  margin: 0;
}
.panel-heading a .nav-icon .fa:hover {
  background: #f5f5f5;
}
#twitter div {
  margin-top: 20px;
}
.most-commented .counter {
  border: 1px solid #ddd;
  border-radius: 0 0 14px 0;
  float: left;
  margin-right: 20px;
  width: 38px;
  height: 38px;
  text-align: center;
}
.most-commented .counter i {
  color: #83b924;
  font-size: 12px;
}
.most-commented .counter p {
  font-size: 10px;
  margin-top: -2px;
  color: #aaa;
}
.recent-videos .tags,
.recent-videos .counters {
  display: none;
}
.recent-videos .video {
  margin-top: 20px;
}
.recent-videos article .text {
  font-size: 11px;
  color: #888;
  margin: 0;
}
.panel-body .info > a,
.recent-videos .info > a {
  font-size: 10px;
  color: #888;
}
.panel-body .info > a > i,
.recent-videos .info > a > i {
  margin-left: 10px;
  font-size: 9px;
}
/****************************
********=popular********
****************************/
.popular {
  background-color: #f5f5f5;
  margin: 20px -30px 0;
  padding: 20px 30px;
}
.popular h3 {
  float: left;
}
.popular .gallery-nav {
  float: right;
}
.popular .gallery-nav .next {
  margin-left: -5px;
}
.bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}
.bx-pager-link {
  border: 1px solid #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 0;
  padding: 3px;
}
.bx-pager-link:hover,
.bx-pager-link.active {
  background: #83b924;
  border: 1px solid #83b924;
}
.row.gallery {
  margin-left: -30px;
  margin-right: -30px;
}
.popular article {
  color: #fff;
  position: relative;
  padding: 0;
}
.popular article .info {
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%;
}
.popular article .tags {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.popular article h1 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin-top: 0;
  color: #fff;
}
.popular article .details,
.popular article .text {
  display: none;
}
.popular article .counters {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.popular article .counters li {
  margin: 0 10px;
}
/****************************
********=community********
****************************/
.community {
  margin: 20px -25px 0px;
  padding: 20px 25px 10px 25px;
  position: relative;
}
.community.picture {
  background: url(../img/nightguide_bg.jpg);
  /*url(../img/best@2x.png);*/
  background-size: cover;
  min-height: 308px;
}
.community.gray {
  background: #f5f5f5;
}
.community.color {
  background: #83b924;
}
.community.gray h3,
.community.gray div.mid h1 a,
.community.gray div.mid h1 a:hover,
.community.gray div.mid .details,
.community.gray div.mid .details > a,
.community.gray div.mid .details > a:hover {
  color: #222;
}
.community.color h3,
.community.color div.mid h1 a,
.community.color div.mid h1 a:hover,
.community.color div.mid .details,
.community.color div.mid .details > a,
.community.color div.mid .details > a:hover {
  color: #fff;
}
.community h3 {
  color: #fff;
  width: 100%;
}
.community .tab-content {
  margin: 0 -25px;
}
.community div.mid h1 a,
.community div.mid h1 a:hover {
  color: #fff;
  font-size: 18px;
}
.community div.mid .details {
  color: #fff;
  opacity: 0.5;
}
.community div.mid .details > a,
.community div.mid .details > a:hover {
  color: #fff;
}
.community div.mid .text,
.community div.mid .tags,
.community div.mid .counters {
  display: none;
}
.community .users-grid {
  margin-bottom: 20px;
  overflow: hidden;
}
.community .user {
  width: 10%;
  /*	height: 99px; */
  position: relative;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.community .user img {
  width: 100%;
  height: auto;
}
.community-most {
  background: #83b924 !important;
}
.community-most a {
  color: #fff !important;
}
.user .status {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.user .status.on {
  background: #2ecc71;
}
.user .status.off {
  background: #f22613;
}
.user .votes {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #000;
  border-top-left-radius: 2px;
  padding: 3px 4px;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  -webkit-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.75);
}
.user .votes.female {
  background-color: #db0a5b;
}
.user .votes.male {
  background-color: #4183d7;
}
.community .nav-tabs {
  position: absolute;
  right: 0;
  top: 20px;
}
.community .nav-tabs a {
  font-size: 14px;
  border-bottom: none;
}
.community .nav-tabs > .active > a,
.community .nav-tabs > .active > a:hover,
.community .nav-tabs > .active > a:focus {
  color: #fff;
  border-bottom: 3px solid #fff;
  font-size: 16px;
}
/****************************
********=archive********
****************************/
.archive .row-fluid {
  position: relative;
}
.archive img {
  position: relative;
  top: 10px;
}
.archive h3 {
  width: 100%;
  margin-top: 30px;
}
.archive article .col {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.archive i:not(.fa-comment) {
  color: #222;
  padding: 17px;
  border: 1px solid #ddd;
}
.archive i.fa-comment {
  color: #aaa;
  padding-right: 5px;
}
.archive .col p {
  width: 50px;
  text-align: center;
  color: #888;
  font-size: 10px;
}
.archive article .text {
  display: block;
  font-size: 12px;
  color: #888;
}
.archive > .row {
  margin-bottom: 0;
}
/****************************
********=footer********
****************************/
footer {
  border-top: 4px solid rgba(255, 255, 255, 0.1);
  background: #11133a;
  margin: 0 -25px;
  padding: 36px 30px 0 30px;
}
footer h5 {
  color: #83b924;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0;
}
footer .about h5 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: none;
}
footer .about p {
  color: #aaa;
  font-size: 11px;
  text-align: justify;
}
footer ul {
  list-style-type: none;
}
footer ul li {
  color: #f5f5f5;
  margin-bottom: 0px;
}
footer ul li a {
  font-size: 12px;
}
footer .difags img {
  width: 70%;
}
.social {
  font-size: 0;
  margin-top: 50px;
}
.social li a {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 30px;
  text-align: center;
  transition: background 0.7s, border 0.7s;
  -webkit-transition: background 0.7s, border 0.7s;
  -moz-transition: background 0.7s, border 0.7s;
  -o-transition: background 0.7s, border 0.7s;
}
.social li a:hover {
  background: #83b924;
  border: 1px solid #83b924;
  transition: background 0.1s, border 0.1s;
  -webkit-transition: background 0.1s, border 0.1s;
  -moz-transition: background 0.1s, border 0.1s;
  -o-transition: background 0.1s, border 0.1s;
}
.social li a:hover i {
  color: #fff;
  opacity: 1;
}
.social li {
  margin-right: 2px;
  margin-bottom: 2px;
}
.social li:nth-child(8n) {
  margin-right: 0px;
}
.social li i {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  padding-top: 8px;
}
.social-icons .fb {
  color: #3b5998;
}
.social-icons .tw {
  color: #00aced;
}
.social-icons .gp {
  color: #dd4b39;
}
.social-icons .em {
  color: #6c7a89;
}
.categories ul {
  list-style: none;
  margin-top: 20px;
}
.categories ul > li {
  font-size: 12px;
  padding: 9px 15px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  background: none;
  color: #aaa;
  transition: background 0.7s;
  -webkit-transition: background 0.7s;
  -moz-transition: background 0.7s;
  -o-transition: background 0.7s;
}
.categories ul > li:last-child {
  border-bottom: none;
}
.categories ul > li:hover {
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
}
.categories ul > li:hover a {
  color: #83b924;
}
/* Iv */
.categories-texted {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  overflow: hidden;
  margin-bottom: 15px;
}
.categories-texted i {
  float: left;
  padding: 3px 5px;
  margin: 0 0 5px 5px;
}
.categories-texted a {
  float: left;
  padding: 3px 5px;
  background: #f5f5f5;
  margin: 0 5px 0 5px;
  border-radius: 3px;
  margin-bottom: 1em;
}
.categories-texted a.selected {
  background: #83b924;
  color: #fff;
}
footer .event {
  padding: 15px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
footer .event:last-child {
  border-bottom: none;
}
footer .event h1 {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  padding: 5px 0 0;
  margin: 0;
}
footer .event h2 {
  font-size: 14px;
  line-height: 14px;
  text-transform: none;
  margin: 10px 0 10px;
  color: #fff;
  font-weight: 400;
  margin-top: 0;
}
footer .event .col {
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  text-align: center;
  width: 38px;
  height: 38px;
  margin-right: 20px;
  margin-bottom: 20px;
}
footer .event .col:hover {
  border: 1px solid #83b924;
}
footer .event .col:hover h1,
footer .event .col:hover p {
  color: #83b924;
}
footer .event .col > p {
  padding: 0;
  margin: 0;
  font-size: 8px;
  line-height: 10px;
  color: #aaa;
  text-transform: uppercase;
}
footer .event .info > p {
  font-size: 11px;
  color: #aaa;
  padding: 0;
  margin: 0;
}
/*footer*/
.calendar {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
/*footer*/
.calendar .header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/*footer*/
.calendar .calendar-nav {
  float: right;
  padding: 7px;
}
.calendar-nav > .prev:hover,
.calendar-nav > .prev:focus,
.calendar-nav > .next:hover,
.calendar-nav > .next:focus {
  border: 1px solid #83b924;
  background: #83b924;
}
.calendar-nav > .prev:hover i,
.calendar-nav > .prev:focus i,
.calendar-nav > .next:hover i,
.calendar-nav > .next:focus i {
  color: #fff;
}
.calendar-nav > .prev,
.calendar-nav > .next {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.calendar-nav > .next {
  margin-left: -5px;
}
/*footer*/
.calendar h1 {
  color: #fff;
  padding: 15px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  float: left;
  margin: 0;
  text-transform: none;
}
/*footer*/
.calendar .calendar-body {
  padding: 0 10px 10px 10px;
}
/*footer*/
.calendar table {
  border-top: 1px dashed #444;
  border-left: 1px dashed #444;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/*footer*/
.calendar .calendar-body thead td {
  color: #000;
}
/*footer*/
.calendar table tr {
  border-bottom: 1px dashed #444;
}
.calendar table td.got-events {
  background: #000;
}
.calendar table td.got-events a {
  color: #fff;
}
/*footer*/
.calendar table td {
  border: 1px dashed #444;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
  font-family: "Open Sans", sans-serif;
  width: 14.2857%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: background 0.7s, border 0.7s;
  -webkit-transition: background 0.7s, border 0.7s;
  -moz-transition: background 0.7s, border 0.7s;
  -o-transition: background 0.7s, border 0.7s;
}
/*footer*/
.calendar table td:hover {
  border: 1px solid #83b924;
  background: #83b924;
  transition: background 0.1s, border 0.1s;
  -webkit-transition: background 0.1s, border 0.1s;
  -moz-transition: background 0.1s, border 0.1s;
  -o-transition: background 0.1s, border 0.1s;
}
/*footer*/
.calendar a.next-month,
.calendar a.prev-month {
  color: rgba(255, 255, 255, 0.2);
}
/*footer*/
.calendar table td:hover a {
  color: #fff;
}
footer .rights {
  background: #090b23;
  margin: 0 -30px;
  padding: 15px 30px 0 30px;
}
footer .rights p {
  float: right;
  color: #aaa;
  font-size: 11px;
}
footer .rights p:nth-child(1) {
  float: left;
}
/************************
***** =category *****
************************/
/*div.row>img,
div.row .img{
    float:left;
    margin: 0 30px 0 0;*/
/*}*/
.list-page div.row h1 {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 11px;
}
div.row .details {
  margin: 0;
  padding: 0.2em;
  margin-top: 0.4em;
}
div.row .tags {
  color: #333;
  margin: 0.1em 0 5px;
}
div.row .text {
  word-wrap: break-word;
}
.list-page div.row .info {
  overflow: hidden;
  padding-right: 15px;
}
.list-page div.row .text {
  float: left;
}
div.row .btn {
  float: left;
}
div.row .counters {
  float: left;
  /*margin-left: 30px;*/
  margin-top: 3px;
}
.archive.categories ul > li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.archive.categories ul > li:hover {
  background: rgba(0, 0, 0, 0.04);
}
.archive.categories ul > li:last-child {
  border-bottom: none;
}
/************************
***** =404 *****
************************/
.main-404 {
  padding: 40px 110px;
  overflow: hidden;
}
.main-404 img {
  float: left;
}
.info-404 {
  text-align: left;
  padding-left: 30px;
  overflow: hidden;
  padding-top: 110px;
}
.info-404 span {
  font-size: 72px;
  letter-spacing: -3px;
  font-family: "Open Sans";
  font-weight: 700;
}
.info-404 small {
  font-weight: 700;
  color: #83b924;
  font-family: "Montserrat";
  letter-spacing: -2px;
}
.info-404 p {
  font-weight: 300;
  color: #aaa;
  font-family: "Open Sans";
  font-size: 18px;
  text-transform: uppercase;
}
/************************
***** =about *****
************************/
.about-us {
  overflow: hidden;
  margin-bottom: 10px;
}
.about-us img {
  float: left;
  margin: 0 30px 5px 0;
}
.about-us .info {
  text-align: justify;
}
.about-us .info h1 small {
  color: #222;
  text-transform: none;
}
.about-us .info h1 {
  line-height: 24px;
  margin: -4px 0 30px;
}
.about-us .info p {
  font-size: 13px;
  color: #888;
}
.member .info h1 {
  margin-bottom: 10px;
}
.member .social {
  margin-top: 15px;
}
.member .social li {
  border: 1px solid #ddd;
}
.member .social li:hover {
  background: #83b924;
  border: 1px solid #83b924;
}
.member .social li i {
  color: #aaa;
  opacity: 1;
}
.member .social li:hover i {
  color: #fff;
}
.team {
  margin-bottom: 30px;
}
.row.statistic {
  padding: 0 15px;
}
ul.statistic {
  font-size: 0;
  padding: 60px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
ul.statistic li {
  width: 20%;
  text-align: center;
}
ul.statistic li i {
  font-size: 28px;
  color: #83b924;
}
ul.statistic li h3 {
  font-weight: 400;
  margin: 10px 0 0;
}
ul.statistic li p {
  color: #888;
  font-size: 14px;
}
/************************
***** =author page *****
************************/
.author div.row h1 {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 0;
}
.author .posts .info {
  overflow: hidden;
  margin-right: 15px;
}
.author .posts .text {
  float: left;
}
.author .posts h3 {
  margin-top: 0;
}
.author h2 {
  letter-spacing: -2px;
  padding-bottom: 20px;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
}
.author h2 span {
  color: #83b924;
}
.author .member .tags {
  margin-top: 15px;
}
.author article .details {
  margin-top: 2px;
}
/************************
***** =search-result *****
************************/
.search-result h3 span {
  font-size: 30px;
  color: #83b924;
}
/************************
***** =contact *****
************************/
.contact-us .map iframe {
  width: 100% !important;
  height: 380px;
}
.contact-details {
  list-style: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 0 20px;
}
.contact-details li {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 20px 0;
}
.contact-details li:last-child {
  border-bottom: none;
}
.contact-details li i {
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 12px;
}
.contact-details li div {
  font-size: 13px;
  line-height: 13px;
  color: #222;
  overflow: hidden;
  padding-left: 20px;
}
.contact-details li div p {
  margin: 0px;
}
.contact-details li div p:last-child {
  margin-top: 10px;
}
.contact-details li div p span {
  font-weight: 700;
}
.contact-form .alert {
  display: none;
  margin-top: 20px;
}
.contact-form label.error {
  font-size: 10px;
  font-family: "Open Sans";
  color: red;
  margin: 0;
  line-height: 14px;
}
.contact-form .input-group label.error {
  padding-left: 15px;
  display: table-caption;
}
form [class*="col-md-"] {
  margin-bottom: 0;
}
/************************
***** =coutdown *****
************************/
.coming-soon {
  text-align: center;
  padding: 160px 0;
}
#countdown {
  display: inline-block;
}
.coming-soon .info {
  text-align: left;
  display: inline-block;
  margin-top: 40px;
}
.coming-soon .info p {
  color: #aaa;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 5px 0 0;
}
.countdown_section .countdown_amount {
  color: #222;
  font-size: 72px;
  line-height: 72px;
  font-family: "Open Sans";
  font-weight: 700;
  letter-spacing: -2px;
  width: 120px;
  text-align: right;
  margin-right: 10px;
  display: inline-block;
}
.countdown_section .countdown_amount:after {
  content: ".";
}
.countdown_section {
  color: #83b924;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 24px;
  display: inline-block;
  text-transform: uppercase;
}
/************************
***** =post-page *****
************************/
.post-page article.post .img.col-md-5 {
  padding: 0;
}
.post-page article.post.row.mid .info {
  padding-right: 15px;
}
.post-page article.post img,
.post-page article.post .video {
  margin-bottom: 20px;
}
.post-page article.post .post-nav {
  display: inline-block;
  width: 350px;
}
.post-page article.post .img .post-nav {
  width: 100%;
}
.post-page article.post.fullwidth .post-nav {
  float: left;
  margin-top: 20px;
}
.post-page article.post .post-nav a {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 12px 20px;
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.post-page article.post .post-nav a:last-child {
  margin-left: -1px;
}
.post-page article.post .post-nav h6 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.post-page article.post .post-nav p {
  font-size: 11px;
  line-height: 15px;
  margin: 0;
  color: #888;
}
.post-page article.post h1 {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.post-page article.post.fullwidth h1 {
  margin-bottom: 20px;
}
.post-page article.post.fullwidth .info {
  overflow: hidden;
}
.post-page article.post .data {
  border-bottom: 1px dashed #ddd;
  border-top: 1px dashed #ddd;
  padding: 10px 0;
  overflow: hidden;
}
.post-page article.post .details {
  float: left;
  margin: 0;
  padding-top: 5px;
}
.post-page article.post .counters {
  float: right;
}
.post-page article.post .text {
  padding-top: 10px;
}
.post-page article.post .tags {
  float: left;
  padding: 20px 0;
}
.post-page article.post.fullwidth .tags {
  float: left;
  padding: 0;
  margin: 25px 0 0 20px;
  color: #aaa;
}
.post-page article.post .tags a {
  border: 1px solid #ddd;
  padding: 8px 21px;
}
.post-page article.post .tags a:after {
  content: none;
}
.post-page article.post {
  margin-bottom: 40px;
}
.post-page article.member {
  margin-bottom: 40px;
  margin-right: 5px;
}
.post-page ul {
  list-style: none;
}
.post-page .member .info h1 {
  margin: 0px 0 10px;
}
.post-page .member .info .tags {
  margin: -5px 0 5px;
}
.post-page .comments > li:last-child > article {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.post-page .comments article {
  border-top: 1px solid #ddd;
  padding: 20px 0 0;
  margin-right: 5px;
}
.post-page .comments article h1 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin: 0 0 10px;
}
.post-page .comments article .details {
  float: none;
  margin-bottom: 10px;
}
.post-page .comments article .btn {
  background: #ddd;
  color: #888;
}
.post-page .comments article .btn:hover {
  background: #83b924;
  color: #fff;
}
.post-page .comments li > ul {
  margin-left: 100px;
}
.comment-form > h3 {
  margin-bottom: 10px;
}
.comment-form > p {
  font-size: 12px;
  color: #888;
}
.comment-form .btn,
.contact-form .btn {
  padding: 10px 20px;
}
/**********************
******=shortcodes*****
**********************/
.shortcodes .btn {
  margin-bottom: 10px;
}
.dropcap {
  color: #222;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  margin: 0 20px 7px 0;
  float: left;
}
.progress-block {
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 20px;
  margin: 20px 0;
}
.progress-block h3 {
  margin: 0 0 20px;
}
.progress-block .caption p {
  margin: 0 0 5px;
  float: left;
}
.progress-block .caption {
  overflow: hidden;
}
.progress-block .caption .percent {
  float: right;
}
.progress-block .score {
  font-weight: 700;
  margin: 20px 0 -20px;
}
.progress-block .score span {
  font-size: 60px;
  line-height: 60px;
  color: #83b924;
}
.progress-block .score p {
  font-size: 18px;
  color: #83b924;
  margin: 0;
}
.progress-block .score .title {
  font-size: 18px;
  text-transform: uppercase;
  color: #222;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.embed-responsive-16by9 {
  padding-top: 56.25%;
}
/**********************
******=responsive*****
**********************/
@media (min-width: 980px) and (max-width: 1199px) {
  .menu {
    width: auto;
    display: inline-block;
  }
  .menu > li {
    font-size: 17px !important;
    padding: 7px 13px !important;
  }
  .form-search.col-md-3 {
    width: 177px !important;
  }
  article.small img {
    margin-right: 15px !important;
  }
  .archive img {
    top: 100px !important;
  }
  .archive article .text {
    font-size: 10px;
    line-height: 18px;
  }
  footer .event .info > p {
    font-size: 10px;
    line-height: 16px;
  }
  .social {
    margin-top: 20px !important;
  }
  div.row .counters {
    margin-left: 10px;
  }
  .author div.row .counters {
    margin: 10px 0 0 0 !important;
    float: left;
  }
  .main-404 {
    padding: 40px 160px !important;
  }
}
/* *** Iv *** */
section {
  margin: 0 -25px;
  padding: 15px 30px;
}
#bx-pager {
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
}
#bx-pager .table {
  display: table;
  /* Allow the centering to work */
  margin: 0 auto;
}
#bx-pager a:first-child {
  margin-left: 0;
}
#bx-pager a {
  text-transform: uppercase;
  display: table-cell;
  text-align: center;
  padding: 5px 8px;
  color: #ccc;
  /*	position: relative;
            float: left;
            margin-left: 5px; */
}
#bx-pager a.active {
  /*	border-top:1px solid #fff; */
  background: #83b924;
  color: #fff;
}
#bx-pager a span {
  /*	position: absolute;
            left: 0; right: 0;
            bottom: 0; */
  padding: 3px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  /*	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9)));
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
            background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
            background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); */
}
#bx-pager a span.hidden-xs {
  display: -webkit-box;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#bx-pager img {
  height: 100px;
  border: 2px solid #fff;
  border-radius: 5px;
}
article.big {
  height: 360px;
}
.post-bg {
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}
/* *** SEARCH *** */
.search-by {
  background: #3a539b url(../img/filters-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-left: 0;
  margin-left: 0px;
  padding-right: 0;
  margin-right: 0px;
  margin-bottom: 0;
}
.search-by .lead {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
  color: #f5f5f5;
  font-weight: 200;
}
.search-by .club {
  padding-top: 30px;
  padding-bottom: 30px;
  /*	background: #3A539B; */
}
.search-by .date {
  padding-top: 30px;
  padding-bottom: 30px;
  /*	background: #3A539B; */
}
.search-by .date input {
  height: 23px;
}
/* *** EVENTI *** */
.events {
  background-color: #f5f5f5;
  margin: 0 -25px;
}
.events .others .info h1 {
  font-size: 18px;
  line-height: 18px;
  margin: 5px 0 0 0;
}
.events .others .info .date {
  font-size: 14px;
  margin: 3px 0 3px 0;
}
.events .others .info .details {
  font-size: 14px;
  margin-top: 5px;
}
.events-list {
  padding-top: 30px;
}
.events-list h1 {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 10px 0;
  padding: 0;
}
.events-list h3 {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 10px 0;
  padding: 0;
}
.events-list .event-cover {
  position: relative;
}
.events-list .event-cover .event-category {
  position: absolute;
  left: 25px;
  bottom: -9px;
  background: #000;
  padding: 3px 6px;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
/* *** PHOTOS *** */
/* */
.photos {
  margin: 20px -25px 0;
  padding: 20px 0px;
  background: #000;
}
.photos-title {
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
}
.photos-grid {
  overflow: hidden;
  margin: 0;
}
.photos .single-photo {
  /*	width: 255px; */
  border: 3px solid #000;
  float: left;
  height: 220px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.photos .single-photo:hover .info {
  opacity: 1;
}
.photos .single-photo .info {
  position: absolute;
  bottom: 5%;
  left: 0;
  text-align: center;
  width: 100%;
  opacity: 0.8;
}
.photos .single-photo .tags {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}
.photos .single-photo h1 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-top: 0;
  color: #fff;
}
.photos .single-photo .details,
.photos .single-photo .text {
  display: none;
}
.photos .single-photo .overlay {
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}
/* photogallery */
.photogallery {
  padding-top: 1em;
}
.photogallery h1 {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 10px 0;
  padding: 0;
}
.photogallery h3 {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 10px 0;
  padding: 0;
}
.photogallery .photogallery-cover {
  /*height: 120px;*/
  overflow: hidden;
  position: relative;
}
.photogallery-cover a {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.photogallery .date {
  font-size: 14px;
  color: #22313f;
  font-weight: 600;
}
.photogallery .photogallery-category {
  text-transform: uppercase;
  font-weight: 600;
}
.photogallery .photogallery-photographer {
  text-transform: uppercase;
  font-weight: 800;
}
.photogallery .details {
  font-size: 14px;
  line-height: 16px;
  color: #777;
}
.photogallery .photogallery-bottominfo {
  border-top: 1px solid #dedede;
  font-size: 12px;
  padding-top: 5px;
}
/* lista di tutte le foto in una gallery */
.photogallery {
  overflow: hidden;
}
.photogallery .photo-frame {
  width: 25%;
  height: 120px;
  float: left;
  position: relative;
}
.photogallery .photo-frame.first {
  width: 50% !important;
  height: 240px !important;
}
.photogallery .photo-frame .photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
}
/* lista di tutte le fotogallery */
.photogalleries .single-photo {
  width: 49%;
  margin: 2px;
  float: left;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.photogalleries .single-photo:hover .info {
  opacity: 1;
}
.photogalleries .single-photo .info {
  position: absolute;
  bottom: 5%;
  padding: 0 10px;
  text-align: center;
  width: 100%;
  opacity: 0.8;
}
.photogalleries .single-photo .tags {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}
.photogalleries .single-photo h1 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-top: 0;
  color: #fff;
}
.photogalleries .single-photo .details,
.photogalleries .single-photo .text {
  display: none;
}
.photogalleries .single-photo .overlay {
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}
/* *** VIDEOGALLERY *** */
.video-item a {
  position: relative;
  display: block;
}
.video-item a i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}
.video-item h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
.video-item p {
  font-size: 12px;
  line-height: 14px;
}
/* *** BLOG *** */
.blog {
  margin: 20px -30px 0;
  /*padding: 20px 30px;*/
  padding: 0 30px;
}
.blog .info {
  height: 196px;
}
.blog-section-title span {
  padding-left: 10px;
  color: #83b924;
  font-size: 80%;
}
/* *** USERS LIST *** */
.users-list .user-row {
  margin-bottom: 0px;
  height: 76px;
}
.users-list .user h4 {
  font-size: 14px;
}
.users-list .user .media a {
  position: relative;
}
.users-list .user .media .avatar {
  width: 106px;
  height: 106px;
}
.users-list .user .media .media-body,
.users-list .buttonz {
  padding-top: 5px;
}
.users-list .user .media .media-body p {
  font-size: 12px;
  color: #666;
}
.users-list .btns a {
  font-size: 12px;
  text-transform: none;
}
.users-list .btns a.btn {
  background: #3a539b url(../img/filters-bg.jpg) center center no-repeat;
  color: #f7ca18;
  padding: 3px 4px;
}
.users-list .btns a.btn:hover {
  background: #fff;
}
.users-list .btns a.btn.btn-chat {
  color: #fff;
}
.users-list .btns a.btn.btn-chat:hover {
  color: #83b924;
}
.users-list .btns a.btn span {
  font-size: 10px;
  font-weight: 400;
}
.user-filters {
  padding: 15px 15px 0;
  margin: 0 0 1em 0;
  background: #3a539b url(../img/filters-bg.jpg) center center no-repeat;
  border-bottom: 1px solid #eee;
}
.user-filters .row:first-child .col-xs-3 {
  margin-left: -15px;
}
.user-filters .row:first-child .col-xs-4:first-child {
  margin-right: -15px;
  padding-top: 0.3em;
}
.user-filters label {
  color: #f5f5f5;
  font-weight: normal;
}
.user-filters .checkbox {
  margin-top: 5px;
}
.user-filters .input-spacer {
  margin-top: 1.5em;
}
.user-filters input:not([name="checkbox"]),
.user-filters select {
  background-color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.user-filters select {
  width: 100%;
}
.user-filters input.txt-age {
  width: 48%;
}
.the-community .btn-cerca {
  margin-right: 0;
}
.the-community .h-divider {
  text-transform: uppercase;
  padding-top: 20px;
  margin-top: 0;
  position: relative;
}
.the-community .bestuser-hr span {
  margin-top: 20px;
  margin-bottom: 15px;
}
.description {
  word-wrap: break-word;
}
#datetimepicker {
  padding: 0 0 0 8px;
  height: 23px;
  border-radius: 3px;
  background-color: #fff;
  border: none;
}
.backlined_right {
  position: relative;
  z-index: 1;
  margin: 35px 0 15px;
}
.backlined_right:before {
  border-top: 2px solid #000;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
.backlined_right span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding-right: 10px;
}
/* usato come titolo in ogni sezione */
.section-header {
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.online-stats {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.online-stats:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.online-stats span {
  color: #83b924;
}
.profile-shortcuts a {
  float: left;
  font-size: 20px !important;
  color: #fff !important;
  position: relative;
  padding-right: 5px;
}
.profile-shortcuts a:hover {
  color: #83b924 !important;
}
.profile-shortcuts a sup {
  font-size: 10px;
  position: absolute;
  top: 10px;
  right: 0px;
  background-color: #f1284e;
  padding: 6px 3px;
  border-radius: 2px;
}
.conversation {
  position: relative;
}
.conversation .notify-chat:empty {
  display: none;
}
.conversation .notify-chat {
  background-color: #f1284e;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  padding: 9px 5px;
  line-height: 0px;
}
.price-text-color {
  color: #4183d7;
}
@media (max-width: 1040px) {
  .navbar-fixed-top {
    position: absolute;
  }
  #cerca-form .form-group {
    display: inline-block;
  }
  #cerca-form .btn {
    float: left;
  }
  #user-menu {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.news-cover img {
  max-width: none !important;
  min-width: 680px;
  min-height: 350px;
}
.breadcrumb {
  background: none;
  margin: 0;
  padding: 8px 0px;
}
.carousel {
  background: #555;
  height: 360px !important;
}
.carousel img {
  display: inline-block !important;
  height: 360px !important;
}
.carousel .item {
  height: 360px !important;
}
.news-source {
  margin: 1em 0;
}
.banner-dx {
  margin-bottom: 12px;
}
.banner-dx div[id*="gpt-ad"] {
  width: 100% !important;
}
.descrizione-profilo {
  word-wrap: break-word;
}
.pagination a {
  display: inline !important;
  float: none !important;
}
.online-status-profile {
  position: relative;
  padding-left: 1em;
}
.errorMessage {
  color: #f00;
}
.site-user-stats {
  margin: 0;
}
.site-user-stats h3 {
  display: block;
  color: #83b924;
  letter-spacing: 0.1em;
  margin: 1em 0;
}
.site-user-stats h3 small {
  display: block;
}
.site-user-stats h3 small.fa {
  display: block;
  font-size: 2em;
  color: #83b924;
}
.ricerca-wrapper {
  position: relative;
}
.ricerca-tipo-item {
  position: absolute;
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
  background: #83b924;
  z-index: 100;
}
#cerca_per_data {
  cursor: pointer;
}
.admin-options {
  display: inline-block;
  width: 100%;
  background: #eee;
  padding: 0.5em;
}
.admin-options .pull-left {
  margin-right: 0.5em;
}
.admin-options .pull-right {
  margin-left: 0.5em;
}
.msg-wrap {
  height: 20em;
  overflow-y: scroll;
}
.events-list .items {
  display: inline-block;
  width: 100%;
}
.photo-frame {
  cursor: pointer;
}
.errorSummary {
  background: #f2dede;
  padding-left: 2em;
  margin: 0 1em;
}
#cookie-alert {
  background: #111;
  position: fixed;
  bottom: 0;
  padding: 0 1.5em;
  width: 100vw;
  text-align: center;
  color: #fff;
  opacity: 0.8;
}
#cookie-alert-close {
  border: none;
  background: #83b924;
  color: white;
  padding: 0.3em 1em;
  margin-top: 0.5em;
  cursor: pointer;
}
.blog-item-bar {
  bottom: 0;
  width: 20em;
  left: 20.3em;
}
div.blog-posts h1 {
  font-size: 14px;
  display: -webkit-box;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
div.blog-posts .info .text {
  display: -webkit-box;
  line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
article.big a:hover * {
  color: #fff !important;
  opacity: 1;
}
.votes:empty {
  display: none;
}
.slides .info h1 {
  display: -webkit-box;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.slides .info p {
  color: #fff;
}
/* Fix freccia dei tooltip */
.tooltip.bottom .tooltip-arrow {
  top: 0 !important;
}
.tooltip.top .tooltip-arrow {
  top: auto !important;
  bottom: 0 !important;
}
.btn.btn-ticket-buy {
  background-color: #83b924;
  padding: 1em 2em;
  margin: 1em 0;
  float: none !important;
  display: block;
  width: 15em;
}
.fancybox-post .fancybox-title .child {
  border-radius: 0;
  background-color: #83b924;
}
.btn-facebook {
  background: #3b5998;
}
.btn-facebook:hover {
  background: #004564;
  color: #fff;
}
.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
input[type="checkbox"][readonly] {
  pointer-events: none;
}
#frame {
  /* width: 95%; */
  min-width: 360px;
  /* max-width: 1000px; */
  height: 92vh;
  min-height: 300px;
  max-height: 720px;
  background: #e6eaea;
  background: url(../img/whitey.png) top left repeat;
}
@media screen and (max-width: 360px) {
  #frame {
    width: 100%;
    height: 100vh;
  }
}
#frame #sidepanel {
  float: left;
  min-width: 280px;
  max-width: 340px;
  width: 40%;
  height: 100%;
  background: #fff;
  color: #333;
  overflow: hidden;
  position: relative;
}
#frame #sidepanel #profile {
  width: 100%;
  padding: 5px 16px 0 16px;
  height: 60px;
  background-color: #eaeaea;
  border-right: 1px solid #dcdbdc;
}
#frame #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}
#frame #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}
#frame #sidepanel #profile.expanded .wrap i.expand-button {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#frame #sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}
#frame img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}
#frame img.online {
  border: 2px solid #2ecc71;
}
#frame img.away {
  border: 2px solid #f1c40f;
}
#frame img.busy {
  border: 2px solid #e74c3c;
}
#frame img.offline {
  border: 2px solid #95a5a6;
}
#frame #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #435f7a;
}
#frame #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #435f7a;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#frame #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}
#frame #sidepanel #profile .wrap #status-options:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #435f7a;
  margin: -8px 0 0 24px;
}
#frame #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}
#frame #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}
#frame #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}
#frame #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
  background: #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
  border: 1px solid #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
  background: #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
  border: 1px solid #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
  background: #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
  border: 1px solid #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
  background: #95a5a6;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
  border: 1px solid #95a5a6;
}
#frame #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}
#frame #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}
#frame #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #32465a;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}
#frame #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search {
  border-bottom: 1px solid #dcdbdc;
  font-weight: 300;
}
#frame #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 20px;
}
#frame #sidepanel #search input {
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  padding: 10px 0 10px 46px;
  width: 100%;
  border: none;
  background: #f6f6f6;
  color: #d8d8d8;
}
#frame #sidepanel #search input:focus {
  outline: none;
  background: #fff;
}
#frame #sidepanel #search input::-webkit-input-placeholder {
  color: #d8d8d8;
}
#frame #sidepanel #search input::-moz-placeholder {
  color: #d8d8d8;
}
#frame #sidepanel #search input:-ms-input-placeholder {
  color: #d8d8d8;
}
#frame #sidepanel #search input:-moz-placeholder {
  color: #d8d8d8;
}
#frame #sidepanel #contacts {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
#frame #sidepanel #contacts.expanded {
  height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
  width: 3px;
  background: #eee;
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#frame #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 10px 0 15px 0;
  font-size: 0.9em;
  cursor: pointer;
  border-bottom: 1px solid #e0e0e0;
}
#frame #sidepanel #contacts ul li.contact .delete {
  position: absolute;
  bottom: 2px;
  right: 5px;
  color: #9e9e9e;
}
#frame #sidepanel #contacts ul li.contact .notifica {
  position: absolute;
  top: 2px;
  right: 0px;
  background-color: #f1284e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
}
#frame #sidepanel #contacts ul li.contact .notifica:empty {
  display: none;
}
#frame #sidepanel #contacts ul li.contact:hover {
  background: #e0e0e0;
}
#frame #sidepanel #contacts ul li.contact .wrap {
  width: 88%;
  margin: 0 auto;
  position: relative;
}
#frame #sidepanel #contacts ul li.contact .wrap span {
  position: absolute;
  left: 0;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #95a5a6;
}
#frame #sidepanel #contacts ul li.contact .wrap .notifica_mob {
  position: absolute;
  right: 1px;
  bottom: 10px;
  background-color: #f1284e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
}
#frame #sidepanel #contacts ul li.contact .wrap span.online {
  background: #2ecc71;
}
#frame #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}
#frame #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}
#frame #sidepanel #contacts ul li.contact .wrap img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
  margin-bottom: 0;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: 0.5;
}
#frame #sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#frame #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 100%;
  padding: 10px 0;
  background: #e0e0e0;
  color: #f1284e;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
}
#frame #sidepanel #bottom-bar sup {
  background: #e0e0e0;
  color: #f1284e;
  font-weight: bold;
  font-size: 14px;
}
#frame #sidepanel #bottom-bar button:focus {
  outline: none;
}
#frame #sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #bdbdbd;
}
#frame #sidepanel #bottom-bar button:hover {
  background: #83b924;
  color: #fff;
}
#frame #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}
#frame .content {
  float: right;
  width: 60%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 900px) {
  #frame .content {
    width: calc(100% - 340px);
  }
}
#frame .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #eaeaea;
}
#frame .content .contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}
#frame .content .contact-profile p {
  float: left;
  line-height: 18px;
  margin-top: 10px;
}
#frame .content .contact-profile .infouomo {
  font-size: 10px;
  color: #757575;
}
#frame .content .contact-profile .social-media {
  float: right;
}
#frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
#frame .content .contact-profile .social-media i:hover {
  color: #435f7a;
}
#frame .content .messages {
  height: auto;
  min-height: calc(100% - 93px);
  max-height: calc(100% - 93px);
  overflow-y: scroll;
  overflow-x: hidden;
}
#frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
  display: inline-block;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
  border: none !important;
}
.conversazione-preloader {
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  left: 50%;
  border: none;
}
#frame .content .messages ul li.oggi {
  text-align: center;
}
#frame .content .messages ul li.oggi span {
  font-size: 14px;
  padding: 6px;
  border-radius: 6px;
  background-color: #dcf1f9;
  color: #333;
  text-transform: uppercase;
}
#frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
  margin: 6px 8px 0 0;
}
#frame .content .messages ul li.sent p {
  background: #ffffff;
  color: #333;
}
#frame .content .messages ul li.sent p .orario {
  font-size: 10px;
  color: #9e9e9e;
  display: block;
  text-align: right;
  margin-top: 5px;
}
#frame .content .messages ul li.sent p .orario a {
  margin-right: 5px;
  font-size: 12px;
}
#frame .content .messages ul li.replies img {
  float: right;
  margin: 6px 0 0 8px;
}
#frame .content .messages ul li.replies p {
  background: #d4f8c1;
  float: right;
}
#frame .content .messages ul li.replies p .orario {
  font-size: 10px;
  color: #9e9e9e;
  display: block;
  text-align: right;
}
#frame .content .messages ul li.replies p .orario a {
  margin-right: 10px;
  font-size: 12px;
}
#frame .content .messages ul li img {
  width: 22px;
  border-radius: 50%;
  float: left;
}
#frame .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 205px;
  line-height: 130%;
}
#frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background: #eaeaea;
}
#frame .content .message-input .wrap {
  position: relative;
}
#frame .content .message-input .wrap input {
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  float: left;
  border: none;
  width: calc(100% - 90px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
}
#frame .content .message-input .wrap input:focus {
  outline: none;
}
#frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: 0.5;
  cursor: pointer;
}
#frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}
#frame .content .message-input .wrap button {
  float: right;
  border: none;
  width: 80px;
  padding: 12px 0;
  cursor: pointer;
  background: #f1284e;
  color: #fff;
}
#frame .content .message-input .wrap button:hover {
  background: #83b924;
}
#frame .content .message-input .wrap button:focus {
  outline: none;
}
.hidden-desk {
  display: none;
}
.display-desk {
  display: block;
}
.logonew {
  float: left;
  margin-top: 10px;
  height: 32px;
}
.secondo-livello-bg {
  background: #fff;
  padding: 0px;
}
.secondo-livello-bg .container {
  padding-right: 0;
  padding-left: 0;
}
.secondo-livello-bg .menu-secondo {
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.secondo-livello-bg .menu-secondo .menu {
  padding-left: 0;
  margin-left: 0;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}
.secondo-livello-bg .menu-secondo .menu .item {
  display: inline-block;
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
}
.secondo-livello-bg .menu-secondo .menu .item a {
  font-size: 18px;
  color: #111;
}
.secondo-livello-bg .menu-secondo .menu .active {
  background-color: #83b924;
  color: #fff;
}
.secondo-livello-bg .menu-secondo .menu .active a {
  color: #fff;
}
.secondo-livello-bg .menu-secondo .menu .item img {
  width: 40px;
}
.secondo-livello-bg .menu-secondo .menu .item span {
  display: block;
}
.secondo-livello-bg .menu-secondo .paddles .paddle {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2em;
  background: transparent;
  color: #fd7e14;
  font-weight: bold;
  font-size: 20px;
  outline: none;
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), #ffffff);
}
@media (min-width: 768px) {
  .secondo-livello-bg .menu-secondo .paddles .paddle {
    display: none !important;
  }
}
.secondo-livello-bg .menu-secondo .paddles .paddle.left-paddle {
  left: 0;
}
.secondo-livello-bg .menu-secondo .paddles .paddle.right-paddle {
  right: 0;
}
.profile-shortcuts a sup {
  font-size: 12px !important;
  padding: 8px 3px !important;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: 5px !important;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel {
    float: none;
    min-width: auto;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #frame #sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #eaeaea;
  }
  #frame #sidepanel #profile .wrap {
    height: 55px;
  }
  #frame #sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
  #frame #sidepanel #profile .wrap p {
    line-height: 40px;
    margin: 0 0 0 5px;
  }
  #frame #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
  #frame #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
  #frame #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
  #frame #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
  #frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    height: 18px;
    width: 18px;
  }
  #frame #sidepanel #bottom-bar {
    position: relative;
    width: 100%;
  }
  #frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #bdbdbd;
  }
  #frame #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
  #frame #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
  #frame #sidepanel #contacts ul li.contact {
    padding: 8px;
  }
  #frame #sidepanel #contacts {
    height: calc(100% - 149px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #frame #sidepanel #contacts::-webkit-scrollbar {
    display: none;
  }
  #frame #sidepanel #search {
    display: none;
  }
  #frame #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
  #frame .content .message-input {
    background: #fff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 0 16px 0 16px;
  }
  #frame .content .message-input .wrap button {
    padding: 16px 0;
  }
  #frame .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
  #frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
  #frame .content .messages ul li p {
    max-width: 300px;
  }
  #frame .content .messages {
    max-height: calc(100% - 105px);
  }
  #frame #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
  #frame #sidepanel #bottom-bar button span {
    display: none;
  }
  #frame .content {
    width: 100%;
    min-width: 300px !important;
  }
  #frame .content .contact-profile .indietro {
    width: 20px;
    float: left;
    margin-left: 10px;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #000 !important;
    background-image: url("../img/bg.jpg");
    background-size: cover;
  }
  #portale-dropdown li {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }
  .navbar-top .dropdown-menu li a {
    color: #fff !important;
    font-size: 14px !important;
  }
  .nav .open > a {
    background: #000 !important;
    color: #fff !important;
  }
  #navbar-fixed-layout-collapse .dropdown.open .btn-link {
    color: #83b924 !important;
  }
  .mobile-menu-container .dropdown {
    margin-left: 15px;
    margin-right: 15px;
  }
  .dropdown-menu > li {
    border-top: none !important;
    margin-bottom: 2px;
  }
  #portale-dropdown li:last-child,
  #portale-dropdown li:nth-last-child(2) {
    border-bottom: none !important;
  }
  #portale-dropdown a {
    padding: 12px !important;
  }
  .navbar ul.nav > li > a {
    font-size: 12px !important;
  }
  .profile-shortcuts a {
    font-size: 18px !important;
  }
  .profile-shortcuts a sup {
    font-size: 12px !important;
    padding: 8px 3px !important;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    top: 5px !important;
  }
  #user-menu .dropdown-menu li {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    color: #fff !important;
  }
}
@media only screen and (min-width: 768px) {
  #frame #sidepanel #contacts ul li.contact.active {
    background: #e8e8e8;
  }
}
@media only screen and (max-width: 768px) {
  nav {
    margin: 0 -15px;
  }
  .hidden-mob {
    display: none;
  }
  .display-mob {
    display: block;
  }
  #frame .content .contact-profile .social-media i:nth-last-child(1) {
    margin-right: 5px;
  }
  #frame .content .contact-profile .social-media i {
    margin-left: 1px;
    font-size: 12px;
  }
  .secondo-livello-bg .menu-secondo {
    height: 50px;
  }
  .secondo-livello-bg .menu-secondo .menu {
    height: 60px;
    width: 100%;
  }
  .secondo-livello-bg .menu-secondo .menu .item {
    padding: 6px;
  }
  .secondo-livello-bg .menu-secondo .menu .item:first-child {
    margin-left: 15px;
  }
  .secondo-livello-bg .menu-secondo .menu .item:last-child {
    margin-right: 15px;
  }
  .secondo-livello-bg .menu-secondo .menu .item a {
    font-size: 14px;
  }
  .secondo-livello-bg .menu-secondo .paddles .paddle {
    width: 25px;
    padding: 0;
    margin: 0;
  }
  .secondo-livello-bg .menu-secondo .paddles .paddle.left-paddle {
    transform: rotate(180deg);
  }
}
.social-media .tooltipped {
  width: 3em;
  display: inline-block;
}
.list-group {
  line-height: 20px;
}
.list-group .icon-label {
  font-size: 10px;
}
.the-community li a {
  color: #333;
}
.the-community li a:hover {
  color: #83b924;
  border-bottom-color: #83b924;
}
.banner-billboard {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.navbar-btn {
  margin-top: 0;
}
@media (max-width: 1379px) {
  .banner-skin-sx,
  .banner-skin-dx {
    display: none;
  }
}
.text a {
  color: #83b924;
  text-decoration: underline solid #83b924;
}
